home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 06 - Ragnarok.swf / scripts / DefineButton2_124 / BUTTONCONDACTION on(release).as
Text File  |  2004-10-04  |  245b  |  8 lines

  1. on(release){
  2.    str01 = _root.namestr.text;
  3.    str02 = _root.totalscore.text;
  4.    link1 = "http://www.teamluna.de/blacky/speichern.php?datei=highscore.txt&name=" + str01 + "&hits=" + str02;
  5.    loadVariablesNum(link1,0);
  6.    _root.play();
  7. }
  8.